- data
ubyte[] data()
Undocumented in source. Be warned that the author may not have intended to support it.
- readByte
ubyte readByte()
Undocumented in source. Be warned that the author may not have intended to support it.
- readSlice
ByteBuf readSlice(int len)
Undocumented in source. Be warned that the author may not have intended to support it.
- readUnsignedByte
short readUnsignedByte()
Undocumented in source. Be warned that the author may not have intended to support it.
- readerIndex
int readerIndex()
Undocumented in source. Be warned that the author may not have intended to support it.
- reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.
- skipBytes
void skipBytes(int skipsize)
Undocumented in source. Be warned that the author may not have intended to support it.
- toString
string toString(int index, int len)
Undocumented in source. Be warned that the author may not have intended to support it.
- writeByte
void writeByte(int value)
Undocumented in source. Be warned that the author may not have intended to support it.
- writeByte
void writeByte(ubyte value)
Undocumented in source. Be warned that the author may not have intended to support it.
- writeBytes
void writeBytes(ubyte[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
- writeBytes
void writeBytes(ubyte[] value, int srcIndex, int length)
Undocumented in source. Be warned that the author may not have intended to support it.
- writeShort
void writeShort(int value)
Undocumented in source. Be warned that the author may not have intended to support it.
- writerIndex
int writerIndex()
Undocumented in source. Be warned that the author may not have intended to support it.